
.header {
background-color: black;
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
font-size: 30px;
line-height: 35px;
}
.logo1 {
display: flex;
position: static;
background-image: url('../img/logo.png');
/*background-size: 30%;*/
/*background-color: red;*/
background-position: center;
/* background-position: center top;*/
background-repeat: no-repeat;
background-size: contain;
width: 170px;
height: 150px;
/*transform: matrix(1, 0, 0, 1, 0, 0);*/
}

.logo1:hover {
-webkit-animation: swing 0.6s ease;
animation: swing 0.6s ease;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}

@-webkit-keyframes swing {
15% {
-webkit-transform: translateX(9px);
transform: translateX(9px);
}
30% {
-webkit-transform: translateX(-9px);
transform: translateX(-9px);
}
40% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
50% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
65% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@keyframes swing {
15% {
-webkit-transform: translateX(9px);
transform: translateX(9px);
}
30% {
-webkit-transform: translateX(-9px);
transform: translateX(-9px);
}
40% {
-webkit-transform: translateX(6px);
transform: translateX(6px);
}
50% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
65% {
-webkit-transform: translateX(3px);
transform: translateX(3px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

@media (max-height: 300px) {
.logo1{
display: none;
}
}
.text1{
display: flex;
position: relative;
color: white;
letter-spacing: 2px;
}

.text1:hover {
color: black !important;
text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
letter-spacing: 2px;
}
.text2 {
color: black !important;
text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
letter-spacing: 3px;
}

.text2:hover {
color: white !important;
letter-spacing: 3px;
}
.text3{
font-size: 14px;
display: flex;
position: relative;
top: 20px;
}


.text3:hover {
opacity: 0.3;
}

@media (max-height: 374px) {
.text3{
display: none;
}
}
p{
display: flex;
position: relative;
top: 15px;
}
.mouse_scroll {
background-position: top;
display: inline;
position: static;
margin: 0 auto;
width: 24px;
height: 100px;
margin-top: 125px;
}


.m_scroll_arrows
{
display: flex;
position: absolute;
top: 50px;
width: 5px;
height: 5px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-right: 2px solid white;
border-bottom: 2px solid white;
margin: 0 0 3px 4px;
width: 16px;
height: 16px;
}


.unu
{
margin-top: 10px;
}

.unu, .doi, .trei
{
display: flex;
top: 50px;
-webkit-animation: mouse-scroll 1s infinite;
-moz-animation: mouse-scroll 1s infinite;
animation: mouse-scroll 1s infinite;
}


.unu
{
-webkit-animation-delay: .1s;
-moz-animation-delay: .1s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
animation-delay: alternate;
}

.doi
{
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
-webkit-animation-direction: alternate;
animation-delay: .2s;
animation-direction: alternate;
margin-top: -6px;
}

.trei
{
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-webkit-animation-direction: alternate;
animation-delay: .3s;
animation-direction: alternate;
margin-top: 25px;
}

.mouse {
display: flex;
position: absolute;
top: 0px;
height: 42px;
width: 24px;
border-radius: 14px;
transform: none;
border: 2px solid white;
}

.wheel {
display: flex;
position: absolute;
top: 0px;
height: 5px;
width: 2px;
margin: 5px auto;
background: white;
position: relative;
height: 4px;
width: 4px;
border: 2px solid #fff;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.wheel {
-webkit-animation: mouse-wheel 0.6s linear infinite;
-moz-animation: mouse-wheel 0.6s linear infinite;
animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}

100% {
opacity: 0;
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
}
}
@-moz-keyframes mouse-wheel {
0% { top: 1px; }
25% { top: 2px; }
50% { top: 3px;}
75% { top: 2px;}
100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

0% { top: 1px; }
25% { top: 2px; }
50% { top: 3px;}
75% { top: 2px;}
100% { top: 1px;}
}
@keyframes mouse-wheel {

0% { top: 1px; }
25% { top: 2px; }
50% { top: 3px;}
75% { top: 2px;}
100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

0%   { opacity: 0;}
50%  { opacity: .5;}
100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

0%   { opacity: 0; }
50%  { opacity: .5; }
100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

0%   { opacity: 0; }
50%  { opacity: .5; }
100% { opacity: 1; }
}
@keyframes mouse-scroll {

0%   { opacity: 0; }
50%  { opacity: .5; }
100% { opacity: 1; }
}

.mousepos{
display: flex;
position: absolute;
bottom: 20px;
height: 100px;
align-items: top;
justify-content: top;
right: 50%;
left: 50%;
}

@media (max-height: 374px) {
.mousepos{
display: none;
}
}

@media (max-width: 374px) {
.mousepos{
display: none;
}
}
.ab{
background-color: black;
/*height: 100vh;*/
width: 100%;
display: flex;
justify-content: center;
color: white;
font-size: 30px;
}

.ab2{
background-color: black;
width: 100%;
justify-content: center;
color: white;
font-size: 30px;
border-bottom: 2px solid gray;
}

.pr22{
background: linear-gradient(210deg,#ffffff,gray,#000000,#000000,#000000);
align-items: center;
padding-top: 2vh;
padding-bottom: 2vh;
width: 100%;
justify-content: center;
color: black;
font-size: 30px;
}